Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.ConversationCommand

Packages that use ConversationCommand
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.platforms   
 

Uses of ConversationCommand in org.eclipse.vtp.framework.engine.http
 

Methods in org.eclipse.vtp.framework.engine.http that return ConversationCommand
 ConversationCommand DeploymentExecution.next()
           
 ConversationCommand DeploymentExecution.peek()
           
 

Uses of ConversationCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Subclasses of ConversationCommand in org.eclipse.vtp.framework.interactions.core.commands
 class BridgeMessageCommand
          A command that sends a transfer ending to the user.
 class DataRequestCommand
          A command that renders output to the user.
 class EndMessageCommand
          A command that ends the conversation with the user.
 class ExternalReferenceCommand
          A command that sends an external reference to the user.
 class FinalCommand
          FinalCommand.
 class InitialCommand
          InitialCommand.
 class InputRequestCommand
          A command that accepts input from the user.
 class MetaDataMessageCommand
          A command that sends meta-data to the user.
 class MetaDataRequestCommand
          A command that requests meta-data from the user.
 class OutputMessageCommand
          A command that renders output to the user.
 class SelectionRequestCommand
          A command that accepts a selection from the user.
 class TransferMessageCommand
          A command that sends a transfer ending to the user.
 

Uses of ConversationCommand in org.eclipse.vtp.framework.interactions.core.platforms
 

Methods in org.eclipse.vtp.framework.interactions.core.platforms that return ConversationCommand
 ConversationCommand IRenderingQueue.next()
           
 ConversationCommand IRenderingQueue.peek()